From: Eli Zaretskii Date: Mon, 29 Dec 2003 11:46:03 +0000 (+0000) Subject: Document the change in insert-for-yank. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24706 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=add62a850b070d970faaef4554fef04cd699e7be;p=emacs.git Document the change in insert-for-yank. --- diff --git a/etc/NEWS b/etc/NEWS index 13a8b93dc0f..a4ca184e250 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1734,6 +1734,11 @@ configuration files. * Lisp Changes in Emacs 21.4 +** The function `insert-for-yank' now supports strings where the +`yank-handler' property does not span the first character of the +string. The old behavior is available if you call +`insert-for-yank-1' instead. + ** New function `get-char-property-and-overlay' accepts the same arguments as `get-char-property' and returns a cons whose car is the return value of `get-char-property' called with those arguments and